/*!
 * Canada.ca Search UI Connector / Connecteur IU de Recherche pour Canada.ca
 * @license https://github.com/ServiceCanada/search-ui/?tab=MIT-1-ov-file
 * v1.8.0 - 2026-03-23
*/
.query-suggestions{background-color:#fff;border-left:1px solid #ccc;border-right:1px solid #ccc;cursor:pointer;left:0;list-style-type:none;padding:0;position:absolute;top:100%;width:100%;z-index:60}.query-suggestions:has(li){border-bottom:1px solid #ccc}.query-suggestions .suggestion-item{padding:5px 10px}.query-suggestions .suggestion-item.selected-suggestion,.query-suggestions .suggestion-item:hover{background-color:#ddd}.query-suggestions .suggestion-item::before{content:"\e003";font-family:"Glyphicons Halflings";font-size:.8em;line-height:1;margin-right:12px;position:relative;top:1px}#wb-bnr .query-suggestions{left:auto;top:auto;width:calc(100% - 30px)}@media screen and (max-width:991px){#wb-bnr .query-suggestions{position:relative;width:100%}}